-
Notifications
You must be signed in to change notification settings - Fork 0
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
Version 1 shipping review #11
base: multi-robot
Are you sure you want to change the base?
Conversation
Fix control launch
…to cleanup Merging
Gazebo control
* TF tree now connected, but robot falls over * robot doesn't fall down now, but sim is slow * use keti_gz_utils create instead * remove the 'heavy' link --------- Co-authored-by: brian <brian@erl-brian>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NikolaRaicevic2001 : some comments to address
# 'ros.max_update_rate': 1.0, | ||
# 'ros.filtered_cloud_topic': 'filtered_cloud', | ||
# } | ||
sensor_manager_parameters = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we read this from the yaml file instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we should put it in yaml that is usually the convention
# 'robot_description': get_xacro_command( | ||
# xacro_file=xacro_urdf_file, | ||
# mappings=urdf_arguments | ||
# ), | ||
'robot_description_semantic': get_xacro_command( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: move semantic to a description-type package, and publish to string.
No description provided.