GithubHelp home page GithubHelp logo

Comments (4)

yoneken avatar yoneken commented on July 28, 2024

Hi,
You have to launch rosserial_python to subscribe to topics from embedded devices.

from rosserial_stm32.

Abo3abed avatar Abo3abed commented on July 28, 2024

Thank you for your time!
But when I run
rosserial_python serial_node.py _port:= _baud:=
it gives me an error!
[ERROR] [1585574845.599400]: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino

Do I have to add the stm32 project to CmakeList.txt or package.xml ? or even to have it inside the ros package workspace ?
Note: I'm using ros-melodic

from rosserial_stm32.

5730289021-NN avatar 5730289021-NN commented on July 28, 2024

I used to get that error and I fixed that by correcting the argument _baud in rosserial_python serial_node.py _port:= _baud:= to match the actual USART2 baudrate

from rosserial_stm32.

yoneken avatar yoneken commented on July 28, 2024

Thank you for your helpful advice!
Yes. You have to direct your actual device with the arguments. something like,

rosserial_python serial_node.py _port:=/dev/ttyACM0 _baud:=38400

Actually, the default baudrate of rosserial is 38400.

from rosserial_stm32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.