Questions around RViz - a visualization program based on OpenGL and OGRE intended for use in robotics that is part of ROS, both ROS1 and ROS2.
Questions tagged [rviz]
48 questions
-3
votes
0 answers
There is no error in my Python code, but it doesn’t affect nothing on Rviz
#!/usr/bin/env python3
from __future__ import print_function
from variables import Aruco
import cv2
import sys
import rospy
import moveit_commander
import moveit_msgs.msg
import geometry_msgs.msg
from sensor_msgs.msg import Image…

Tuğrul765
- 1
- 1