-
Notifications
You must be signed in to change notification settings - Fork 76
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
expected [string_array] got [string] - Move_group #67
Comments
|
I can actually use the package, the problem is that the parameters are not correct, I think that there are parameters that need to be set or unset in order to let the program correctly go through. Maybe it is just an installation mistake but i really doubt about it |
You are using Ubuntu 22.04, right? Is it a fresh installation or have you used it for other developing purposes? Did you succesfully run the moveit2 tutorials? Did you try using the package post-reboot after the installation session? I ran the command on my setup, you can check the CLI output. As you can see the error you mention is not there. |
First of all, I appreciate your help! :D
So I really need to check how it is possible to fix that problem. Maybe it's a yaml problem? or maybe in the launch file? I am figuring out but if someone can help me I would really be grateful! |
Of course! this is the log error: here As for Rviz, this is the log on the window: So the issue, I suppose, is that the planning pipeline yaml is not correct, but this is just my interpretation. |
@Ep3896 |
I don't think so!
this launch file gives me the error but I'm trying to figure out why. |
@Ep3896
|
yes! but I have already run :
But I have the exact same error!
I would be really pleased :) Thank you in advance! |
@Ep3896 |
@Ep3896 |
@Ep3896 You can temporarily modify the
|
Thank you very much! |
This change is in the main branch of moveit and has not been applied to humble and iron, i am not sure why the humble version you are using has this change. Is the moveit you are using installed from the main branch of the source code? Our update adds detection of the current ROS version. Versions after iron will use the new configuration (note: humble still uses the original configuration, which may not be compatible with your situation) |
I have installed Moveit2 from the main branch because they textually say:
And my goal is to actually keep up with the latest developments, even if they are unstable. Btw, Thank you very much for helping me out! |
Good evening!
I'm using ROS2 Humble and I'm working on a Lite6 project.
After installing Moveit2 from source and right after launching:
I've noticed that the move_group node dies and so i can't perform the motion planning on my robot.
I was wondering what could I do to fix the error.
I've check on the moveit documentiation and see that:
"Warning: Most features in MoveIt will not work properly since additional parameters are required for full Move Group functionality. For a full setup, please continue with the [Move Group C++ Interface Tutorial]"
If anyone could give me advice on how to go through , I would be very pleased!
Thank you in advance,
Enrico
The text was updated successfully, but these errors were encountered: