Skip to content

Conversation

@TOTON95
Copy link

@TOTON95 TOTON95 commented May 11, 2020

Hello @betab0t,

Would you consider some of the changes that I made to make work the driver on a physical device? I think that I overengineered my code in my camera script but it depends on how the tests work for you.

That aside, Digital Dreams Lab has shown its intentions to keep using this SDK, but is updating the functions every Friday. Would you like to keep updating these new functions?

Let me know what do you think of it.

Thanks in advance.

</node>

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher">
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ROS was complaining about a deprecation for this publisher

async_robot.connect()

# Camera feed?
async_robot.camera.init_camera_feed()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, the client was not able to connect with the robot, it said that the client was doing something else and blocks after this.


def say_text_cb(self, request):
self.robot.say_text(request.text)
self.robot.behavior.say_text(request.text)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, "behavior" was missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant