Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cambios que hacen funcionar la visualización en ROS2 Galactic. Los ca… #1

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

atobaruela-ibrobotics
Copy link
Collaborator

…mbios están en el archivo build, hay que realizar los cambios en los archivos de src para afianzar la funcionalidad

…mbios están en el archivo build, hay que realizar los cambios en los archivos de src para afianzar la funcionalidad
build/ros3d.js Outdated
@@ -55482,7 +55484,8 @@ var ROS3D = (function (exports, ROSLIB) {
ros : this.ros,
name : this.topicName,
messageType : 'visualization_msgs/MarkerArray',
compression : 'png'
// compression : 'png'

Choose a reason for hiding this comment

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

Esto es temporal, porque necesitamos la funcionalidad de TF y hasta que no se recibe el primer mensaje nada se muestra.

@@ -15,15 +15,16 @@
function init() {
// Connect to ROS.
var ros = new ROSLIB.Ros({
url : 'ws://localhost:9090'
url : 'ws://localhost:9090',
groovyCompatibility: false

Choose a reason for hiding this comment

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

Quita warnings en el nodo de web_bridge, pero la solución final es eliminar todos los conceptos de ActionClient ya que no están implementados para ros2

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.

2 participants