Skip to content

Using actions to spin the robot (ROS2) #459

Discussion options

You must be logged in to vote

Interesting, looks like it might be requiring the wifi network as one of the network interface devices but failing to use it.

Right now the NavQPlus uses the current humble version of CycloneDDS (0.10.x) which has a slightly different config YAML for allowing "presence required". The current version of CycloneDDS on the Create3 is 0.9.x. I'm not aware of any reason why they should not be able to interoperate, but having them on the same version would be more ideal.

One thing to consider is also setting the CycloneDDS config on the Create3 to NOT use wifi

IE:

<CycloneDDS>
   <Domain>
     <General>
        <NetworkInterfaceAddress>usb0</NetworkInterfaceAddress>
    </General>
   </Domain>
…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@Dee4Sniper
Comment options

@Dee4Sniper
Comment options

@shamlian
Comment options

Comment options

You must be logged in to vote
2 replies
@Dee4Sniper
Comment options

@shamlian
Comment options

Comment options

You must be logged in to vote
2 replies
@shamlian
Comment options

@Dee4Sniper
Comment options

Answer selected by Dee4Sniper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants