Skip to content

Instantly share code, notes, and snippets.

View marcoag's full-sized avatar
🤖

Marco A. Gutierrez marcoag

🤖
View GitHub Profile
@marcoag
marcoag / drake_sdf_joint_no_axis.py
Last active November 17, 2022 13:24
SDF error through drake: Axis missing in joint
import sys
from pydrake.multibody.parsing import (
Parser,
)
from pydrake.multibody.plant import (
MultibodyPlant,
)
def main() -> None:
@marcoag
marcoag / drake_sdf_unknown_element.py
Created November 17, 2022 13:24
SDF error through drake: unknown element
import sys
from pydrake.multibody.parsing import (
Parser,
)
from pydrake.multibody.plant import (
MultibodyPlant,
)
def main() -> None:
@marcoag
marcoag / drake_sdf_empty_string.py
Created November 17, 2022 13:34
SDF error through drake: Unable to read SDF string
import sys
from pydrake.multibody.parsing import (
Parser,
)
from pydrake.multibody.plant import (
MultibodyPlant,
)
def main() -> None:
@marcoag
marcoag / drake_sdf_wront_joint_type.py
Created November 17, 2022 13:46
SDF error through drake: Invalid joint type
import sys
from pydrake.multibody.parsing import (
Parser,
)
from pydrake.multibody.plant import (
MultibodyPlant,
)
@marcoag
marcoag / drake_sdf_wront_value.py
Created November 17, 2022 13:58
SDF error through drake: Invalid xyz value
import sys
from pydrake.multibody.parsing import (
Parser,
)
from pydrake.multibody.plant import (
MultibodyPlant,
)
This file has been truncated, but you can view the full file.
<rosdistro.index.Index object at 0x7f1812883d90> rolling
Found 450 new repositories to release: ['SMACC2', 'acado_vendor', 'ackermann_msgs', 'actuator_msgs', 'adaptive_component', 'ament_acceleration', 'ament_black', 'ament_cmake', 'ament_cmake_catch2', 'ament_cmake_ros', 'ament_download', 'ament_index', 'ament_lint', 'ament_nodl', 'ament_package', 'ament_vitis', 'angles', 'apex_test_tools', 'apriltag', 'apriltag_detector', 'apriltag_msgs', 'apriltag_ros', 'aruco_opencv', 'astuff_sensor_msgs', 'async_web_server_cpp', 'automotive_autonomy_msgs', 'autoware_auto_msgs', 'avt_vimba_camera', 'aws-robomaker-small-warehouse-world', 'aws_sdk_cpp_vendor', 'backward_ros', 'bag2_to_image', 'behaviortree_cpp_v3', 'behaviortree_cpp_v4', 'bno055', 'bond_core', 'boost_geometry_util', 'cartographer', 'cartographer_ros', 'cascade_lifecycle', 'catch_ros2', 'class_loader', 'classic_bags', 'color_names', 'color_util', 'common_interfaces', 'console_bridge_vendor', 'control_box_rst', 'control_msgs', 'control_toolbox', 'cpp_polyfill
0.0s Attaching to db, eventyay-tickets, pretalx-redis
pretalx-redis | 1:C 29 May 2024 21:52:45.328 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
pretalx-redis | 1:C 29 May 2024 21:52:45.329 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
pretalx-redis | 1:C 29 May 2024 21:52:45.329 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
pretalx-redis | 1:C 29 May 2024 21:52:45.329 # Warning: no config file specified, using the default config. In order to specify a conf
@marcoag
marcoag / gist:c3f96f9ff6e6648c0afcd1ea099a3961
Created May 29, 2024 23:14
Eventyay-tickets log from development head (c803dec7b2b0d206651cce12a62938e3089415ce)
Attaching to db-orig, eventyay-tickets, pretalx-redis
db-orig |
db-orig | PostgreSQL Database directory appears to contain a database; Skipping initialization
db-orig |
db-orig | 2024-05-29 22:56:14.240 UTC [1] LOG: starting PostgreSQL 12.8 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit
db-orig | 2024-05-29 22:56:14.240 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-orig | 2024-05-29 22:56:14.240 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-orig | 2024-05-29 22:56:14.242 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pretalx-redis | 1:C 29 May 2024 22:56:14.247 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue ad