-
Notifications
You must be signed in to change notification settings - Fork 5
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
Invalid parameter when initializing #1
Comments
I got to run the program by deleting "robot_ns" propety in |
current console output
|
Facing the same error, was it resolved? |
No. Always the same error |
The first error occurred because in subsequent work, a robot_ns parameter was added to the 'oslsim.xacro' file in the 'oslsim' package, but this parameter was not added to the corresponding motor files, resulting in an error. I attempted to revert oslsim to a previous version (you can check when this parameter was added to avoid it), fortunately, the previous error disappeared. Unfortunately, there are new errors now. |
root@Qiyue:~/catkin_ws/src/oslsim# roslaunch oslsim main.launch control:=true Using load_yaml() directly is deprecated. Use xacro.load_yaml() instead. SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to aefbcd28-06d6-11ef-b9e5-00155d1306d2 |
Rolling back my program seems to make it run, but when I open the interface, I encounter a similar issue as yours, and I can't find my log files. I haven't resolved this problem. |
I found that its osl_shank.dae file is incorrect. You can delete this file, and it seems it doesn't affect the normal operation of other components such as sensors |
I install ros melodic on ubuntu18.04 and compile oslsim according instructions. However, when i was running
roslaunch oslsim main.launch control:=true
, there existed an error as below:It seems that dc_motor.xacro in gazebo does not support
robot_ns
. How can I figure it out?The text was updated successfully, but these errors were encountered: