-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop re-publishing joint states #1
Commits on Oct 27, 2021
-
No need to declare an intermediate property
Configuration menu - View commit details
-
Copy full SHA for 0fc443e - Browse repository at this point
Copy the full SHA 0fc443eView commit details -
Place XML comments in front of xacro commands
... to hide them in the final URDF
Configuration menu - View commit details
-
Copy full SHA for ef9d26e - Browse repository at this point
Copy the full SHA ef9d26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c9c36 - Browse repository at this point
Copy the full SHA 07c9c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebcdc6 - Browse repository at this point
Copy the full SHA aebcdc6View commit details -
Move
remap from=equilibrium_pose
to theinteractive_marker.py
node... to clarify that this node requires the remapping.
Configuration menu - View commit details
-
Copy full SHA for d78f0e5 - Browse repository at this point
Copy the full SHA d78f0e5View commit details -
Add 'ns' argument to allow specifying the robotNamespace for Gazebo
The robotNamespace is conceptually different from arm_id. While the latter just acts as a name prefix for links and joints, the <robotNamespace> tag specifies the name of the ROS namespace, which is used for key robot components like the joint_states topic, the controller_manager, etc. To allow for an empty namespace, the default needs to be specified as empty. Otherwise, i.e. having a non-empty default, specifying ns:="" on the commandline will fall back to the default despite an (empty) value was provided.
Configuration menu - View commit details
-
Copy full SHA for f6ac65f - Browse repository at this point
Copy the full SHA f6ac65fView commit details -
Allow starting the Gazebo robot w/ and w/o a namespace.
By default, we don't start in a namespace to match the real-robot behavior. Unfortunately, we cannot just specify an empty ns="" in roslaunch, but we need to distinguish the two cases empty/non-empty namespace. To avoid code duplication, the relevant code was factored out into panda_ns.launch.xml, which is include w/ or w/o a namespace. The file-ending is deliberatively choosen as .launch.xml to hide the file from bash completion.
Configuration menu - View commit details
-
Copy full SHA for affc1f8 - Browse repository at this point
Copy the full SHA affc1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09af9c7 - Browse repository at this point
Copy the full SHA 09af9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc75a5 - Browse repository at this point
Copy the full SHA afc75a5View commit details