Skip to content
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

Closed
Tianhuanyu opened this issue Oct 23, 2023 · 3 comments
Closed

The robot will fly away in gazebo in bring_up demo #129

Tianhuanyu opened this issue Oct 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Tianhuanyu
Copy link

Tianhuanyu commented Oct 23, 2023

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

@mhubii
Copy link
Member

mhubii commented Oct 26, 2023

thanks for sharing this issue @Tianhuanyu! This was introduced with #121. We are investigating a fix

@mhubii mhubii added the bug Something isn't working label Oct 26, 2023
@mhubii mhubii mentioned this issue Oct 26, 2023
5 tasks
@mhubii
Copy link
Member

mhubii commented Nov 1, 2023

when launching the system with base_frame:=world, everything works as intended. E.g.

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 mhubii mentioned this issue Nov 21, 2023
10 tasks
@mhubii mhubii mentioned this issue Dec 5, 2023
22 tasks
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
mhubii added a commit that referenced this issue Dec 15, 2023
@mhubii mhubii mentioned this issue Dec 15, 2023
@mhubii
Copy link
Member

mhubii commented Dec 15, 2023

fixed in #144

@mhubii mhubii closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants