Giter Club home page Giter Club logo

Comments (2)

Affonso-Gui avatar Affonso-Gui commented on June 12, 2024 1

I was able to recreate the problem by trying the last line a few times. Will check as soon as I can.

from euslime.

Kanazawanaoaki avatar Kanazawanaoaki commented on June 12, 2024
(defun foo (a)
            (print a)
            (unix:usleep 100000)
            (if (consp (cdr a))
                (mapcar #'foo (cdr a))
                (cons (intern (string-upcase (car a))) (cdr a))))

(setq hoge (ros::get-param "/yaml_confg_eus"))
irteusgl> (mapcar #'foo hoge)
## ibm config
image_vae: False
image_channel: 3
image_width: 128
image_height: 128
image_units: [256, 6]
image_model_file: "/project_data/sample_rcup_reach_nopb/models/image_model.npz"

sensor_topic_list: ['image_latent', 'joint_angle']
mf_slop: 0.15
mf_queue_size: 30

dim_list: [6, 7]
n_pb: 0
n_init: 2
units: [100, 30, 10]
hz: 5

model_dir: "informatized_pr2_imitation"
model_file: "/project_data/sample_rcup_reach_nopb/models/model.npz"
mask_file: "/project_data/sample_rcup_reach_nopb/models/mask.yaml"
class_file: "/project_data/sample_rcup_reach_nopb/models/class.yaml"

## imitation pr2 config
control_joints: [{name: r_shoulder_pan_joint, type: revolute},
                 {name: r_shoulder_lift_joint, type: revolute},
                 {name: r_upper_arm_roll_joint, type: revolute},
                 {name: r_elbow_flex_joint, type: revolute},
                 {name: r_forearm_roll_joint, type: continuous, clamp: True},
                 {name: r_wrist_flex_joint, type: revolute},
                 {name: r_wrist_roll_joint, type: continuous, clamp: True}]
image_crop_offset_x: 180
image_crop_offset_y: 150
image_crop_width: 280
image_crop_height: 250

from euslime.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.