Fix a typo in mjvisualize.h.

PiperOrigin-RevId: 518940577
Change-Id: Iedb0c54cfde3ee01a99a4a706f9ff6833ad3333c
This commit is contained in:
Kevin Zakka
2023-03-23 12:59:27 -07:00
committed by Copybara-Service
parent 0e7e299bf6
commit 5bc497cdf7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1626,7 +1626,7 @@ typedef enum mjtVisFlag_ { // flags enabling model element visualization
mjVIS_PERTOBJ, // perturbation object
mjVIS_CONTACTPOINT, // contact points
mjVIS_CONTACTFORCE, // contact force
mjVIS_CONTACTSPLIT, // split contact force into normal and tanget
mjVIS_CONTACTSPLIT, // split contact force into normal and tangent
mjVIS_TRANSPARENT, // make dynamic geoms more transparent
mjVIS_AUTOCONNECT, // auto connect joints and body coms
mjVIS_COM, // center of mass
+1 -1
View File
@@ -113,7 +113,7 @@ typedef enum mjtVisFlag_ { // flags enabling model element visualization
mjVIS_PERTOBJ, // perturbation object
mjVIS_CONTACTPOINT, // contact points
mjVIS_CONTACTFORCE, // contact force
mjVIS_CONTACTSPLIT, // split contact force into normal and tanget
mjVIS_CONTACTSPLIT, // split contact force into normal and tangent
mjVIS_TRANSPARENT, // make dynamic geoms more transparent
mjVIS_AUTOCONNECT, // auto connect joints and body coms
mjVIS_COM, // center of mass