-
Notifications
You must be signed in to change notification settings - Fork 1
Use interactive markers to control iiwa14 joints #3
Commits on Nov 30, 2020
-
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f92a4a - Browse repository at this point
Copy the full SHA 0f92a4aView commit details -
Quickly gets stuck in singularity Maybe add routine to re-home robot in joint space when Diff_ik fails? Signed-off-by: Shane Loretz<[email protected]> Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf1b654 - Browse repository at this point
Copy the full SHA bf1b654View commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 293b432 - Browse repository at this point
Copy the full SHA 293b432View commit details -
Almost does what I want, diffik fails pretty quickly
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a459c22 - Browse repository at this point
Copy the full SHA a459c22View commit details -
At least it runs - does nothing useful but outputs to RViz again
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd59fa9 - Browse repository at this point
Copy the full SHA dd59fa9View commit details -
Add changes for joint space control - not sure what works
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e3ebbb - Browse repository at this point
Copy the full SHA 5e3ebbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c021ed - Browse repository at this point
Copy the full SHA 5c021edView commit details -
Almost does the right rotation of marker
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6ea7a0 - Browse repository at this point
Copy the full SHA b6ea7a0View commit details -
Fix bug where axis was affected by translation to F
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f0572c - Browse repository at this point
Copy the full SHA 6f0572cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af2a09 - Browse repository at this point
Copy the full SHA 9af2a09View commit details -
Increment joint angle (still two joints go opposite of what I'd expect)
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d2e79e - Browse repository at this point
Copy the full SHA 6d2e79eView commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f582a68 - Browse repository at this point
Copy the full SHA f582a68View commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e93951 - Browse repository at this point
Copy the full SHA 3e93951View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9221f - Browse repository at this point
Copy the full SHA ce9221fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af8bd1a - Browse repository at this point
Copy the full SHA af8bd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c390f4e - Browse repository at this point
Copy the full SHA c390f4eView commit details -
Copy view.rviz -> interactive_demo.rviz
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbf5a05 - Browse repository at this point
Copy the full SHA bbf5a05View commit details -
Reset view.rviz for ros2_demo.py
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4c8b70 - Browse repository at this point
Copy the full SHA f4c8b70View commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3177e88 - Browse repository at this point
Copy the full SHA 3177e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277d64f - Browse repository at this point
Copy the full SHA 277d64fView commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0423c90 - Browse repository at this point
Copy the full SHA 0423c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935e414 - Browse repository at this point
Copy the full SHA 935e414View commit details -
Configuration menu - View commit details
-
Copy full SHA for becd67d - Browse repository at this point
Copy the full SHA becd67dView commit details -
Workaround manipulation station python binding bug
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c17d305 - Browse repository at this point
Copy the full SHA c17d305View commit details -
Update drake_ros/drake_ros/systems/movable_joints.py
Co-authored-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 870efc3 - Browse repository at this point
Copy the full SHA 870efc3View commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f34bee3 - Browse repository at this point
Copy the full SHA f34bee3View commit details -
Remove unused PadVector system
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b26f908 - Browse repository at this point
Copy the full SHA b26f908View commit details -
Remove unused MovablePoint system
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 265b5d6 - Browse repository at this point
Copy the full SHA 265b5d6View commit details -
Use package:// URIs for ur10 ros2 demo
Uses stub package.xml files and an extra ament index to convince both ROS and Drake that the SDFormat XML files and meshes live in a ROS package. This allows using `package://` URLs instead of the temporary file made from populating a template with absolute `file://` URIs. To launch: AMENT_PREFIX_PATH="$AMENT_PREFIX_PATH:$(pwd)" python3 ros2_demo.py AMENT_PREFIX_PATH="$AMENT_PREFIX_PATH:$(pwd)" rviz2 -d view.rviz Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96ec5c0 - Browse repository at this point
Copy the full SHA 96ec5c0View commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a092f27 - Browse repository at this point
Copy the full SHA a092f27View commit details -
Make Interactive demo use ament_index
Gets rid of templated sdformat file To launch: AMENT_PREFIX_PATH="$AMENT_PREFIX_PATH:$(pwd)" python3 interactive_demo.py AMENT_PREFIX_PATH="$AMENT_PREFIX_PATH:$(pwd)" rviz2 -d interactive_demo.rviz Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aa3eea - Browse repository at this point
Copy the full SHA 4aa3eeaView commit details -
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c3224a - Browse repository at this point
Copy the full SHA 2c3224aView commit details -
Update README for AMENT_PREFIX_PATH and interactive demo
Signed-off-by: Shane Loretz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bd74d1 - Browse repository at this point
Copy the full SHA 4bd74d1View commit details