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

moveit2_tutorials demo.launch.py not working #981

Open
ItsTomSav opened this issue Oct 22, 2024 · 1 comment
Open

moveit2_tutorials demo.launch.py not working #981

ItsTomSav opened this issue Oct 22, 2024 · 1 comment

Comments

@ItsTomSav
Copy link

ItsTomSav commented Oct 22, 2024

Description

Launch the demo.launch.py file fails probably due to an invalid parameter

Your environment

  • ROS Distro: [Iron]
  • OS Version: e.g. Ubuntu 22.04 (WSL2)
  • Source or Binary build? Binary
  • If binary, which release version? ros-iron-desktop 0.10.0-3

Steps to reproduce

ros2 launch moveit2_tutorials demo.launch.py

Expected behaviour

Demo launches

Backtrace or Console output

[INFO] [launch]: All log files can be found below /home/tommaso/.ros/log/2024-10-22-15-00-24-589793-LAPTOP-TQEEJ2VI-1680
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught exception when trying to load file of format [py]: Invalid parameter "sim_gazebo"
@FrankSav80
Copy link

FrankSav80 commented Oct 22, 2024

I also have the same problem with the same configuration as you (iron) and cannot solve it.

I previously encountered issues in the tutorial Getting Started at the following point:

" Move into your Colcon workspace and pull the MoveIt tutorials source, where can be e.g. humble for ROS Humble, or main for the latest version of the tutorials: "

cd ~/ws_moveit/src
git clone -b <branch> https://github.com/moveit/moveit2_tutorials 

Using git clone -b main https://github.com/moveit/moveit2_tutorials gave me problems. I solved it by running the following commands:

rm -rf ros2_robotiq_gripper/
git clone  https://github.com/PickNikRobotics/ros2_robotiq_gripper.git  --branch humble

Perhaps this is where the current problem stems from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants