Skip to content

add jsk_2020_10_semi auto-temperature-checker.l#1336

Open
k-okada wants to merge 5 commits into
jsk-ros-pkg:masterfrom
k-okada:yulikamiya0123
Open

add jsk_2020_10_semi auto-temperature-checker.l#1336
k-okada wants to merge 5 commits into
jsk-ros-pkg:masterfrom
k-okada:yulikamiya0123

Conversation

@k-okada
Copy link
Copy Markdown
Member

@k-okada k-okada commented Jun 22, 2021

assigned: @708yamaguchi
Cc: @yuli-disney (https://github.com/yuli-disney/jsk_demos/tree/yulikamiya0123)

To start this demo,

$ roslaunch auto_temp_checker.launch
$ roseus auto-temperature-checker.l '(exec-state-machine *sm*)'

You can use roslaunch display.launch for visualization.

output="screen" >
<remap from="image" to="image_rect_color" />
<param name="use_window" value="true" />
<param name="env_path" value="/tmp/env.json" />
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<remap from="/edgetpu_human_pose_estimator/output/poses" to="/edgetpu_human_pose_estimator/output/poses_mux" />
</node>

<node name="battery_visualiation"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@708yamaguchi
we should put this code in jsk_fetch_bringup?

@k-okada
Copy link
Copy Markdown
Member Author

k-okada commented Jun 22, 2021

@708yamaguchi I still have '"Failed to get a plan." error' problem, did you try
ros-planning/navigation#839 ?

(auto-undock)
(send *ri* :go-pos-unsafe 0 0 180)
(let ((pos (car (get-spot-coords "/eng2/7f/room73B2-center"))))
(go-to-spot "/eng2/7f/room73B2-center"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@708yamaguchi go-to-spot in navigation-utils.l takes relative-coords, but it is calculated as

      (setq goal-pose (send goal-pose :transform relative-coords :world)))

https://github.com/jsk-ros-pkg/jsk_robot/blob/25ac99ab82539b0e95d20470db1675b5f2f58c56/jsk_fetch_robot/jsk_fetch_startup/euslisp/navigation-utils.l#L106

I just want to change the direction of robot relative to "/eng2/7f/room73B2-center", but have to write something like this, is this what you intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants