ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

jonasfovea's profile - activity

2022-03-02 02:37:37 -0500 received badge  Famous Question (source)
2022-03-02 02:37:37 -0500 received badge  Notable Question (source)
2022-01-29 20:19:17 -0500 received badge  Student (source)
2022-01-29 20:18:47 -0500 received badge  Famous Question (source)
2022-01-29 20:18:47 -0500 received badge  Notable Question (source)
2021-08-26 05:44:18 -0500 received badge  Popular Question (source)
2021-08-24 02:17:51 -0500 received badge  Enthusiast
2021-08-23 02:25:08 -0500 commented answer Using rosrun breaks python3 import

You're right, the naming isn't optimal, but that was not my decision. Nevertheless, the import works just fine when I e

2021-08-22 04:54:42 -0500 asked a question Using rosrun breaks python3 import

Using rosrun breaks python3 import Hey there, I'm writing a ROS node in Python and I want to import Classes from a fil

2021-08-13 03:03:49 -0500 received badge  Popular Question (source)
2021-08-12 07:23:46 -0500 commented answer rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0

Thanks a lot! That was a very stupid mistake ^^ Have a great day!

2021-08-12 07:22:52 -0500 marked best answer rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0

I am trying to get the rosserial_arduino tutorial to work (tutorial here).

The only change I made was to change the board type from "leonardo" to "OpenCR" since I want to use the Robotis OpenCR board.

The execution of catkin_make helloworld_firmware_hello gives me the following error:

CMake Error at /opt/ros/noetic/share/rosserial_arduino/arduino-cmake/cmake/Platform/Arduino.cmake:2073 (message):
  unparsed argument: Port;/dev/ttyACM0
Call Stack (most recent call first):
  /opt/ros/noetic/share/rosserial_arduino/arduino-cmake/cmake/Platform/Arduino.cmake:739 (error_for_unparsed)
  /opt/ros/noetic/share/rosserial_arduino/arduino-cmake/cmake/Platform/Arduino.cmake:459 (parse_generator_arguments)
  CMakeLists.txt:7 (generate_arduino_firmware)

Has anyone else encountered this problem before?

My ROS-noetic install is from yesterday, so everything should be up to date.

2021-08-12 07:22:52 -0500 received badge  Scholar (source)
2021-08-12 03:27:11 -0500 commented answer rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0

The port is correct. When I plug in the board I the device /dev/ttyACM0 appears just as expected. While executing the ca

2021-08-12 03:26:55 -0500 commented answer rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0

I followed the instructions in the Tutorial and got the error as I executed catkin_make helloworld_firmware_hello. I nam

2021-08-11 07:10:58 -0500 asked a question rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0

rosserial_arduino catkin_make error: unparsed argument: Port;/dev/ttyACM0 I am trying to get the rosserial_arduino tutor