-
Notifications
You must be signed in to change notification settings - Fork 55
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
The robot will fly away in gazebo in bring_up demo #129
Labels
bug
Something isn't working
Comments
thanks for sharing this issue @Tianhuanyu! This was introduced with #121. We are investigating a fix |
when launching the system with ros2 launch lbr_bringup bringup.launch.py model:=iiwa7 moveit:=true sim:=true base_frame:=world It appears that Gazebo requires a specific name for the base frame. |
mhubii
added a commit
that referenced
this issue
Dec 8, 2023
To be addressed in `v1.4.1`: - [ ] LBR wrench command controller (TODO: gpio) - [ ] Depract app.launch.py https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_fri_ros2/launch/app.launch.py - [ ] Gazebo floating base #129 - [ ] `ros2_control` admittance control demo https://github.com/ros-controls/ros2_controllers/tree/master/admittance_controller
Merged
fixed in #144 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run this demo:
`
ros2 launch lbr_bringup bringup.launch.py model:=iiwa7 sim:=true rviz:=true moveit:=true
`
I meet this issue:
https://youtu.be/Muy3wggZf3s
The planning execution of robot should have no problem, but the basement link may be not fixed. So the robot 'fly away' in gazebo
The text was updated successfully, but these errors were encountered: