Posts with "ubuntu" Tag

Building PyBullet

by Dan Aukes

sudo apt  install cmake-curses-gui 
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .

then configure, generate

make

then wait for ...

Read More
Compiling Ardour

by Dan Aukes

Intro

The steps for building ardour are not complete on their website. Here are ...

Read More
Disabling Printer Scanning

by Dan Aukes

These don't seem to fix my problem currently. Use with care.

derived from ...

Read More
fixing file transfer bug in nautilus

by Dan Aukes

Issue: Nautilus hangs when I try to copy large files to a NAS.

```bash sudo echo $((1610241024)) ...

Read More
Install Google Fonts

by Dan Aukes

The advice on whether to install these fonts is a bit outdated as many of ...

Read More
mail setup

by Dan Aukes

...

Read More
getting pyBullet working in Anaconda

by Dan Aukes

search keywords:

  • python
  • anaconda
  • conda
  • pybullet
  • Mesa
  • OpenGL
  • radeonsi
  • swrast

Trying to run a pyBullet script, ...

Read More
Overview

by Dan Aukes

Introduction

The purpose of this project is to document our implementation of ROS and teach ...

Read More