-
Notifications
You must be signed in to change notification settings - Fork 99
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
Absolem: Fix static transforms and joint states #543
Conversation
These new features will not be incorporated into the SubT Virtual Testbed prior to Cave Circuit. We will keep this PR open for consideration after Cave Circuit. |
At least the part of this PR that fixes the static transforms is not a new feature but a bug fix. It is not only about missing links in rviz, but alsou about the inability to correctly transform e.g. the realsense cloud to base_link. |
The simulated realsense cloud is published in the |
Ah, you're right, the camera link is published by Gazebo relative to base_link. But for example our algorithms make use of the |
The bounding box for this model is
|
Build finished. No test results found. |
I updated this PR with master and it's ready for review. |
Another merge with master (no conflict). |
@nkoenig Friendly ping. I'd like to submit new sensor configs of Absolem, but it'd be more convenient if these changes were already merged. This PR has been open for 7 months now... |
The changes look fine and I see the new frames published after adding Just want to check if preserving fixed joints when converting urdf to sdf is an option? That'll let ignition's pose publisher system publish the frames but will likely make the model.sdf diff larger
I'll let @nkoenig make the final call since he removed the publisher and joint states - not sure if there is a specific reason. |
Yes, that would also work. I've discovered that while preparing our new model and am using it there. What about merging this PR now and I would utilize preserving of fixed joints in a next batch of absolem updates? |
# Conflicts: # submitted_models/ctu_cras_norlab_absolem_sensor_config_1/launch/vehicle_topics.launch
I updated this PR to resolve conflicts with master. We're still interesting in merging this in. The robot_state_publisher approach has been approved in #867. |
The robot_state_publisher was returned back in #859 and we can live without the track joints in joint states, so I'm closing this PR. |
Commit 1ae9358 mistakenly removed a
robot_state_publisher
that handled publication of static transforms. This PR returns it back.It also returns back joints
left_track_j
andright_track_j
into the published joints states, since these joints are expected to be moving in the future.