Closed marija185 closed 5 years ago
The current FIROS does not allow additional arguments like __name:=*
or __log:=*
.
I was not aware that a roslaunch
sets additional arguments like this. I'll try to fix this as soon as possible.
The Error should be now removed via f9db90316200d95fb19d0dc7e04fe248deff09d1 . This Issue is related with: #3
You should be now able to start FIROS via roslaunch
. It is also possible to add additional arguments, like the ros-port.
<launch>
<node name="firos2" pkg="firos" type="core.py" args="--ros-port 4567" />
</launch>
Let me know if there are similar Issues!
Best Regards, Dominik
Thanks Dominik, it works now!!!! Best regards, Marija
small remark - it also works without args:
<node name="firos" pkg="firos" type="core.py" />
Hi Dominik, we are facing some problems with launching firos from a common launch file. It works when starting from another terminal as:
But when putting this to a launch file:
it says error:
Thanks, Marija